home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: Class
- Date: 21 Feb 1996 14:06:09 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4gg50hINNadf@keats.ugrad.cs.ubc.ca>
- References: <4ge2qv$2sr6@useneta1.news.prodigy.com>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <4ge2qv$2sr6@useneta1.news.prodigy.com>,
- John Hrabic <JKUG26A@prodigy.com> wrote:
- >Need proram that uses a class to create a linked list of two polynomials
- >and add them together
-
- The C language has no such thing as ``class''. It has structures, pointers,
- unions and arrays. Perhaps you were looking for ``comp.lang.c++''.
- --
-
-